3.9.82 \(\int \frac {\sqrt {d+e x}}{\sqrt {c d^2-c e^2 x^2}} \, dx\) [882]

Optimal. Leaf size=36 \[ -\frac {2 \sqrt {c d^2-c e^2 x^2}}{c e \sqrt {d+e x}} \]

[Out]

-2*(-c*e^2*x^2+c*d^2)^(1/2)/c/e/(e*x+d)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 36, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 1, integrand size = 29, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.034, Rules used = {663} \begin {gather*} -\frac {2 \sqrt {c d^2-c e^2 x^2}}{c e \sqrt {d+e x}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sqrt[d + e*x]/Sqrt[c*d^2 - c*e^2*x^2],x]

[Out]

(-2*Sqrt[c*d^2 - c*e^2*x^2])/(c*e*Sqrt[d + e*x])

Rule 663

Int[((d_) + (e_.)*(x_))^(m_)*((a_) + (c_.)*(x_)^2)^(p_), x_Symbol] :> Simp[e*(d + e*x)^(m - 1)*((a + c*x^2)^(p
 + 1)/(c*(p + 1))), x] /; FreeQ[{a, c, d, e, m, p}, x] && EqQ[c*d^2 + a*e^2, 0] &&  !IntegerQ[p] && EqQ[m + p,
 0]

Rubi steps

\begin {align*} \int \frac {\sqrt {d+e x}}{\sqrt {c d^2-c e^2 x^2}} \, dx &=-\frac {2 \sqrt {c d^2-c e^2 x^2}}{c e \sqrt {d+e x}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.05, size = 35, normalized size = 0.97 \begin {gather*} -\frac {2 \sqrt {c \left (d^2-e^2 x^2\right )}}{c e \sqrt {d+e x}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[d + e*x]/Sqrt[c*d^2 - c*e^2*x^2],x]

[Out]

(-2*Sqrt[c*(d^2 - e^2*x^2)])/(c*e*Sqrt[d + e*x])

________________________________________________________________________________________

Maple [A]
time = 0.47, size = 32, normalized size = 0.89

method result size
default \(-\frac {2 \sqrt {c \left (-e^{2} x^{2}+d^{2}\right )}}{\sqrt {e x +d}\, c e}\) \(32\)
gosper \(-\frac {2 \left (-e x +d \right ) \sqrt {e x +d}}{e \sqrt {-x^{2} c \,e^{2}+c \,d^{2}}}\) \(36\)
risch \(-\frac {2 \sqrt {-\frac {c \left (e^{2} x^{2}-d^{2}\right )}{e x +d}}\, \sqrt {e x +d}\, \left (-e x +d \right )}{\sqrt {-c \left (e^{2} x^{2}-d^{2}\right )}\, e \sqrt {-c \left (e x -d \right )}}\) \(74\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((e*x+d)^(1/2)/(-c*e^2*x^2+c*d^2)^(1/2),x,method=_RETURNVERBOSE)

[Out]

-2/(e*x+d)^(1/2)*(c*(-e^2*x^2+d^2))^(1/2)/c/e

________________________________________________________________________________________

Maxima [A]
time = 0.28, size = 30, normalized size = 0.83 \begin {gather*} \frac {2 \, {\left (\sqrt {c} x e - \sqrt {c} d\right )} e^{\left (-1\right )}}{\sqrt {-x e + d} c} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(1/2)/(-c*e^2*x^2+c*d^2)^(1/2),x, algorithm="maxima")

[Out]

2*(sqrt(c)*x*e - sqrt(c)*d)*e^(-1)/(sqrt(-x*e + d)*c)

________________________________________________________________________________________

Fricas [A]
time = 3.03, size = 39, normalized size = 1.08 \begin {gather*} -\frac {2 \, \sqrt {-c x^{2} e^{2} + c d^{2}} \sqrt {x e + d}}{c x e^{2} + c d e} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(1/2)/(-c*e^2*x^2+c*d^2)^(1/2),x, algorithm="fricas")

[Out]

-2*sqrt(-c*x^2*e^2 + c*d^2)*sqrt(x*e + d)/(c*x*e^2 + c*d*e)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\sqrt {d + e x}}{\sqrt {- c \left (- d + e x\right ) \left (d + e x\right )}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)**(1/2)/(-c*e**2*x**2+c*d**2)**(1/2),x)

[Out]

Integral(sqrt(d + e*x)/sqrt(-c*(-d + e*x)*(d + e*x)), x)

________________________________________________________________________________________

Giac [A]
time = 1.80, size = 38, normalized size = 1.06 \begin {gather*} 2 \, {\left (\frac {\sqrt {2} \sqrt {c d}}{c} - \frac {\sqrt {-{\left (x e + d\right )} c + 2 \, c d}}{c}\right )} e^{\left (-1\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((e*x+d)^(1/2)/(-c*e^2*x^2+c*d^2)^(1/2),x, algorithm="giac")

[Out]

2*(sqrt(2)*sqrt(c*d)/c - sqrt(-(x*e + d)*c + 2*c*d)/c)*e^(-1)

________________________________________________________________________________________

Mupad [B]
time = 0.57, size = 32, normalized size = 0.89 \begin {gather*} -\frac {2\,\sqrt {c\,d^2-c\,e^2\,x^2}}{c\,e\,\sqrt {d+e\,x}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d + e*x)^(1/2)/(c*d^2 - c*e^2*x^2)^(1/2),x)

[Out]

-(2*(c*d^2 - c*e^2*x^2)^(1/2))/(c*e*(d + e*x)^(1/2))

________________________________________________________________________________________